'Declaration
Public Function WiaGetDevicePropertyInt( _ ByVal PropertyID As Integer, _ ByRef PropertyValue As Integer _ ) As GdPictureStatus
public GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, ref int PropertyValue )
public function WiaGetDevicePropertyInt( PropertyID: Integer; var PropertyValue: Integer ): GdPictureStatus;
public function WiaGetDevicePropertyInt( PropertyID : int, PropertyValue : int ) : GdPictureStatus;
public: GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, ref int PropertyValue )
public: GdPictureStatus WiaGetDevicePropertyInt( int PropertyID, int% PropertyValue )
Parameters
- PropertyID
- PropertyValue